home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 126
- Width = 213
- Height = 288
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 51
- Height = 13
- Caption = 'HRESULT'
- end
- object lblS: TLabel
- Left = 8
- Top = 56
- Width = 41
- Height = 13
- Caption = 'Severity:'
- end
- object lblFacility: TLabel
- Left = 8
- Top = 216
- Width = 62
- Height = 13
- Caption = 'Facility code:'
- end
- object lblSCode: TLabel
- Left = 8
- Top = 240
- Width = 40
- Height = 13
- Caption = 'SCODE:'
- end
- object edtHRESULT: TEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '$00000000'
- OnChange = edtHRESULTChange
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 80
- Width = 185
- Height = 121
- Caption = ' Reserved Facility Code Bits '
- TabOrder = 1
- object lblR: TLabel
- Left = 16
- Top = 24
- Width = 116
- Height = 13
- Caption = 'NT'#39's second severity bit:'
- end
- object lblC: TLabel
- Left = 16
- Top = 48
- Width = 57
- Height = 13
- Caption = 'NT'#39's C field:'
- end
- object lblN: TLabel
- Left = 16
- Top = 72
- Width = 113
- Height = 13
- Caption = 'Mapped NT status field:'
- end
- object lblMsgID: TLabel
- Left = 16
- Top = 96
- Width = 34
- Height = 13
- Caption = 'Msg id:'
- end
- end
- end
-